Fix agents to comply with Claude Code sub-agent specifications#19
Open
jpelaez-23blocks wants to merge 1 commit intocontains-studio:mainfrom
Open
Fix agents to comply with Claude Code sub-agent specifications#19jpelaez-23blocks wants to merge 1 commit intocontains-studio:mainfrom
jpelaez-23blocks wants to merge 1 commit intocontains-studio:mainfrom
Conversation
This PR fixes all agents to comply with the official Claude Code sub-agent specification as documented in the Claude Code documentation. ## Changes ### Critical Fixes (5 agents) - Add proper YAML frontmatter to marketing agents that were missing it: - content-creator.md - growth-hacker.md - instagram-curator.md - reddit-community-builder.md - twitter-engager.md ### Minor Fixes (32 agents) - Remove invalid `color` field from all agents (not part of Claude Code spec) ### Additional Fix - Add missing `tools` field to test-writer-fixer.md ## Claude Code Sub-Agent Specification Per the official documentation, valid fields are: - `name` (required) - kebab-case identifier - `description` (required) - when to invoke the agent - `tools` (optional) - comma-separated tool list - `model` (optional) - sonnet, opus, haiku, or inherit - `permissionMode` (optional) - `skills` (optional) The `color` field was not part of the specification and has been removed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
Note: This PR overlaps with #9 which was opened back in August 2025 and addresses the same 5 marketing agents missing YAML frontmatter. This PR is more comprehensive and also includes:
If you need a working version now, feel free to use my fork instead of waiting for this to be merged: 👉 https://github.com/jpelaez-23blocks/agents Clone directly to your Claude agents folder: git clone https://github.com/jpelaez-23blocks/agents.git ~/.claude/agentsAll agents are fully compliant with the Claude Code sub-agent specification and work out of the box. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes all agents to comply with the official Claude Code sub-agent specification as documented in the Claude Code documentation.
Changes
Critical Fixes (5 agents)
content-creator.mdgrowth-hacker.mdinstagram-curator.mdreddit-community-builder.mdtwitter-engager.mdMinor Fixes (32 agents)
colorfield from all agents (not part of Claude Code spec)Additional Fix
toolsfield totest-writer-fixer.mdClaude Code Sub-Agent Specification
Per the official documentation, valid fields are:
name(required) - kebab-case identifierdescription(required) - when to invoke the agenttools(optional) - comma-separated tool listmodel(optional) - sonnet, opus, haiku, or inheritpermissionMode(optional)skills(optional)The
colorfield was not part of the specification and has been removed.Testing
claude doctorcommand🤖 Generated with Claude Code